提交 0252b1a6 authored 作者: coderBryanFu's avatar coderBryanFu

feat:新增组件:时间排序选择框

上级 5c950255
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
<pre> <pre>
{{ {{
` `
import TimeSortSelectBox from '@/components/base/TimeSortSelectBox/index.vue'
<div class="time-box">
<TimeSortSelectBox @handle-px-change="handlePx" />
</div>
` `
}} }}
</pre> </pre>
...@@ -27,7 +30,6 @@ const handlePx = (val) => { ...@@ -27,7 +30,6 @@ const handlePx = (val) => {
alert(val) alert(val)
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论