update webpack config
update webpack config
This commit is contained in:
parent
fcf37f49ee
commit
1f561319f3
4 changed files with 24 additions and 159 deletions
10
test/routers/affix.vue
Normal file
10
test/routers/affix.vue
Normal file
|
@ -0,0 +1,10 @@
|
|||
<template>
|
||||
<Affix>
|
||||
<span class="demo-affix">固定在最顶部</span>
|
||||
</Affix>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue