You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
<DataSheet:data="someDatasheetData"/>
</template>
<script>
importDataSheetfrom'seronet-vue-datasheet/DataSheet'// or something similar// get the `someDatasheetData` from somewhere, e.g. graphql server
</script>
this was just a quick and dirty example, maybe the API could be nicer.
The text was updated successfully, but these errors were encountered:
This repository should contain vue components for seronet that are reusable in other projects.
Some example how should work:
in
package.json
:then in
mycomponent.vue
this was just a quick and dirty example, maybe the API could be nicer.
The text was updated successfully, but these errors were encountered: