search

Home  >  Q&A  >  body text

javascript - How to import angular-ui-sortable using es6 syntax

The project uses webpack workflow
Firstnpm install angular-ui-sortable --save-dev
Where to use it later
import 'jquery' ;
import 'jquery-ui-dist/jquery-ui.js';
import uiSortable from 'angular-ui-sortable';
But it’s useless, how to introduce it under es6 syntaxangular-ui-sortableHope you can give me some advice

世界只因有你世界只因有你2735 days ago511

reply all(2)I'll reply

  • 漂亮男人

    漂亮男人2017-05-19 10:37:59

    babel

    reply
    0
  • 迷茫

    迷茫2017-05-19 10:37:59

    node does not supportimport语法,请确定已使用babel编译,否则还是用回require

    reply
    0
  • Cancelreply