提交 19d62301 编写于 作者: D DCloud_LXH

chore(h5): progress tree-sharking

上级 fc51f7c2
......@@ -64,10 +64,10 @@ const props = {
type ProgressProps = ExtractPropTypes<typeof props>
type ProgerssState = ReturnType<typeof useProgressState>
export default defineComponent({
export default /*#__PURE__*/ defineComponent({
name: 'Progress',
props,
setup(props, { attrs }) {
setup(props) {
const state = useProgressState(props)
_activeAnimation(state, props)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册