Skip to content

Commit c7827c1

Browse files
committed
chore: rename example
1 parent b052f80 commit c7827c1

22 files changed

+20
-20
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createApp } from 'vue'
22
import App from '/src/App.vue'
33
import './index.css'
4-
import '../node_modules/vant/lib/index.css'
4+
import 'vant/lib/index.css'
55

66
createApp(App).mount('#app')
File renamed without changes.
File renamed without changes.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
],
2020
"scripts": {
2121
"dev": "npm run build -- --watch",
22-
"example:dev": "npm -C example/basic run dev",
23-
"example:build": "npm -C example/basic run build",
22+
"example:dev": "npm -C example/vue3 run dev",
23+
"example:build": "npm -C example/vue3 run build",
2424
"build": "tsup src/index.ts --dts --format cjs,esm",
2525
"prepublishOnly": "npm run build",
2626
"release": "npx git-ensure -a && npx bumpp --commit --tag --push"

pnpm-lock.yaml

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)