Skip to content

Commit 608a00b

Browse files
authored
feat(package): Added options constructor to plugin
1 parent 3676da1 commit 608a00b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ Import and initialize the plugin.
2020
```javascript
2121
import { AspnetAuth } from 'vue-aspnet-auth';
2222

23-
Vue.use(AspnetAuth);
23+
Vue.use(AspnetAuth, {
24+
url: 'http://localhost:46993',
25+
});
26+
2427
```
2528
Basic login example:
2629
```javascript

0 commit comments

Comments
 (0)