mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
chore(cli): rename some files
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<script>
|
||||
import VanDoc from './components';
|
||||
import { config } from 'desktop-entry';
|
||||
import { config } from 'site-desktop-shared';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import decamelize from 'decamelize';
|
||||
import { documents } from 'desktop-entry';
|
||||
import { documents } from 'site-desktop-shared';
|
||||
|
||||
const routes = [];
|
||||
const names = Object.keys(documents);
|
||||
|
@@ -16,7 +16,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { config } from 'mobile-entry';
|
||||
import { config } from 'site-mobile-shared';
|
||||
import DemoHomeNav from './DemoHomeNav';
|
||||
|
||||
export default {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import decamelize from 'decamelize';
|
||||
import DemoHome from './components/DemoHome';
|
||||
import { demos } from 'mobile-entry';
|
||||
import { demos } from 'site-mobile-shared';
|
||||
|
||||
const routes = [];
|
||||
const names = Object.keys(demos);
|
||||
|
Reference in New Issue
Block a user