|
|
@@ -2615,7 +2615,24 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
|
|
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
|
mixins: [_mixins_dateMixin__WEBPACK_IMPORTED_MODULE_0__["default"]],
|
|
|
- props: ['initialnotes', 'authusername', 'noteType', 'woid'],
|
|
|
+ props: {
|
|
|
+ initialnotes: {
|
|
|
+ type: Array,
|
|
|
+ "default": []
|
|
|
+ },
|
|
|
+ authusername: {
|
|
|
+ type: String,
|
|
|
+ required: true
|
|
|
+ },
|
|
|
+ noteType: {
|
|
|
+ type: Number,
|
|
|
+ required: true
|
|
|
+ },
|
|
|
+ woid: {
|
|
|
+ type: Number,
|
|
|
+ required: true
|
|
|
+ }
|
|
|
+ },
|
|
|
data: function data() {
|
|
|
return {
|
|
|
notes: this.initialnotes,
|