In order to enable type checking and intellisense for Liquid components in your Vue project, simply import the Vue binding and use it as you would use any other Vue component.
import { LdButton } from '@emdgroup-liquid/liquid/dist/vue'
import { defineComponent } from 'vue'
export default defineComponent({
components: {
LdButton,
},
})
For more details on Vue integration check out our sandbox apps or read the Stencil documentation.