update webpack config

update webpack config
This commit is contained in:
梁灏 2017-03-01 13:11:58 +08:00
parent fcf37f49ee
commit 1f561319f3
4 changed files with 24 additions and 159 deletions

10
test/routers/affix.vue Normal file
View file

@ -0,0 +1,10 @@
<template>
<Affix>
<span class="demo-affix">固定在最顶部</span>
</Affix>
</template>
<script>
export default {
}
</script>