iview/test/routers/affix.vue
梁灏 1f561319f3 update webpack config
update webpack config
2017-03-01 13:11:58 +08:00

10 lines
154 B
Vue

<template>
<Affix>
<span class="demo-affix">固定在最顶部</span>
</Affix>
</template>
<script>
export default {
}
</script>