Skip to content

Commit 8170a6a

Browse files
committed
chore: update package.json
1 parent d963151 commit 8170a6a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

examples/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</template>
66
<script>
77
import { defineComponent } from 'vue';
8-
import demo from '../antdv-demo/docs/affix/demo';
8+
import demo from '../v2-doc/src/docs/affix/demo/basic.vue';
99
// import Affix from '../components/affix';
1010
export default defineComponent({
1111
components: {

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
"less-plugin-npm-import": "^2.1.0",
144144
"less-vars-to-js": "^1.3.0",
145145
"lint-staged": "^10.0.0",
146-
"markdown-it-anchor": "^5.3.0",
147146
"marked": "0.3.18",
148147
"merge2": "^1.2.1",
149148
"mini-css-extract-plugin": "^0.10.0",

0 commit comments

Comments
 (0)