EasyUI Forum
March 28, 2024, 11:12:11 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to directly import js file from Broswer  (Read 17094 times)
gavin_liu
Newbie
*
Posts: 4


View Profile Email
« on: September 19, 2019, 11:40:27 PM »

As follow,How to directly import js file from Broswer

```
    <link href="~/lib/vueeasyui/easyui.css" rel="stylesheet" />
    <link href="~/lib/vueeasyui/icon.css" rel="stylesheet" />
    <link href="~/lib/vueeasyui/vue.css" rel="stylesheet" />   
    <script src="~/lib/vueeasyui/vx-easyui-min.js"></script>
    <script type="text/javascript">
         Vue.use(EasyUI);
    </script>
```

It don't work,conn't use easyui for vue component
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!