* if options are passed to useVueFlow, we want to merge them with possibly passed props * renamed flowStore to stateStore * fix examples * add store prop to pass an already existing store to flow Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
module.exports = {
|
|
plugins: [require('autoprefixer'), require('postcss-nested')],
|
|
}
|