@kongponents/kinlineedit

7.2.2 • Public • Published

@kongponents/kinlineedit

<template>
  <EditableInput @changed="val => textVal = val">
    <h1>{{ textVal }}</h1>
  </EditableInput>
</template>
<script>
import EditableInput from "@/components/EditableInput";
export default {
  name: "App",
  components: { EditableInput },
  data() {
    return {
      textVal: "Inline Text"
    };
  }
};
</script>

/@kongponents/kinlineedit/

    Package Sidebar

    Install

    npm i @kongponents/kinlineedit

    Weekly Downloads

    4

    Version

    7.2.2

    License

    Apache-2.0

    Unpacked Size

    257 kB

    Total Files

    11

    Last publish

    Collaborators

    • konginc
    • darrenjennings
    • travispamaral
    • nijikokun