单项选择题
A.< input-c @type="number">< /input-c>B.< input-c :type="number">< /input-c>C.< input-c type="{{number}}">< /input-c>D.< input-c type="number">< /input-c>
A.单向的B.双向的C.全局的D.都不对
A.组件式B.函数式C.面向对象D.都对